Feature/save current work 2026 07 01#456
Open
zhangtianqides wants to merge 100 commits into
Open
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
How to test
Screenshots / screen recording
Checklist
bun devbun checkto verify)mainbranchNote
High Risk
Large new surface: external DXF/Madori/Vision/ComfyUI dependencies, scene writes, and optional catalog source mutation in non-dev when env flags are enabled.
Overview
Adds an end-to-end DXF floor-plan import flow: canvas preview and validation UI, file-based job queue under
PASCAL_DATA_DIR, parallel geometry + vision-analyze (Anthropic) merge, scene persistence viabuildAndSaveScene, and an alternate 3dMadori path (/api/dxf-jobs/.../madori). Core importer modules andjob-storeare documented in AGENTS.md and the new dxf-import agent skill.The editor gains
ImportDxfTool(home modal +/import-dxf), sidebar tabs for AI assistant, catalog Add, panorama/walkthrough, MeasureNavi theming (Inter/JetBrains), and/api/aiproxy that buffers long chat responses. Catalog POST/PATCH/DELETE and dev overlay APIs can write source/public/itemswhen dev orPASCAL_ALLOW_CATALOG_SOURCE_WRITEis set.Also ships image-to-3D (
/pic-to-3d+ ComfyUI API routes), expanded SETUP/README (editor 3002, AI 8788, .NET proxy 8000), ai-ci forpascal-ai-mcp, MCP config samples, and runbooks (WINDOWS_DEPLOY_RUNBOOK,CATALOG_ITEMS,SAVE_BUILD_JSON).Reviewed by Cursor Bugbot for commit ea7574b. Bugbot is set up for automated code reviews on this repo. Configure here.